DataCollection
GetItemCell メソッド (C1CollectionViewSource<T>)

C1.iOS.DataCollection アセンブリ > C1.iOS.DataCollection 名前空間 > C1CollectionViewSource<T> クラス : GetItemCell メソッド
The collection view.
Location of the row where the cell will be displayed.
The data item.
Gets the visual element representing an item.
シンタックス
'宣言
 
Public Overridable Function GetItemCell( _
   ByVal collectionView As UIKit.UICollectionView, _
   ByVal indexPath As Foundation.NSIndexPath, _
   ByVal item As T _
) As UIKit.UICollectionViewCell
public virtual UIKit.UICollectionViewCell GetItemCell( 
   UIKit.UICollectionView collectionView,
   Foundation.NSIndexPath indexPath,
   T item
)

パラメータ

collectionView
The collection view.
indexPath
Location of the row where the cell will be displayed.
item
The data item.
参照

C1CollectionViewSource<T> クラス
C1CollectionViewSource<T> メンバ